projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66dc6ea
)
entry: Also update cached style values when the state changes
author
Benjamin Otte
<otte@redhat.com>
Tue, 19 Apr 2011 18:06:36 +0000
(20:06 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 19 Apr 2011 20:18:19 +0000
(22:18 +0200)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 1b7c11b7c0934aec51cc99cd77f615374b66e630..21300cf810c6ea1246c8713ecc007415b6a6155b 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-4357,6
+4357,8
@@
gtk_entry_state_flags_changed (GtkWidget *widget,
gtk_editable_select_region (GTK_EDITABLE (entry), priv->current_pos, priv->current_pos);
}
+ gtk_entry_update_cached_style_values (entry);
+
gtk_widget_queue_draw (widget);
}